home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / IEditor / ARexx / Shell.ie < prev   
Text File  |  1997-06-17  |  319b  |  11 lines

  1. /*
  2.    Opens a Shell on IEditor's screen
  3. */
  4.  
  5.    address COMMAND 'Echo "Execute S:Shell-Startup" >T:Shl'
  6.    address COMMAND 'Echo "CD HD1:Developer/IEditor" >>T:Shl'
  7.  
  8.    address COMMAND 'NewShell "KCON:0/100//120/InterfaceEditor Executing Shell/AUTO/CLOSE/SCREEN IEDITOR.1" FROM T:shl'
  9.  
  10.    address COMMAND 'Delete T:shl'
  11.